Istio is an open-source publisher whose single product, the Istio service mesh, has become the de-facto standard for organizations that need to wrestle order into sprawling Kubernetes estates. Written in Go and backed by Google, IBM, Microsoft and a broad community, the project delivers a transparent infrastructure layer that is injected alongside microservices to unify how traffic is connected, secured, controlled and observed without touching application code. Typical use cases include zero-trust mTLS between polyglot services, progressive canary releases weighted by headers, circuit-breaking for fault tolerance, fine-grained authorization powered by Envoy filters, and fleet-wide telemetry that feeds Prometheus, Grafana, Jaeger or Kiali dashboards. Operators declare intent through Kubernetes-style YAML, after which Istio’s control plane pushes configuration to a data plane of Envoy sidecars that intercept all TCP or gRPC traffic. The same feature set supports traditional north-south ingress shaping as well as complex east-west multi-cluster topologies spanning on-prem and managed clouds. By abstracting resilience, policy and observability into the platform, development teams can ship faster while compliance and SRE groups gain consistent, audit-ready governance across hundreds of namespaces. Istio’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always pull the latest upstream release, and can be installed individually or batched together with other applications.

Istio

Connect, secure, control, and observe services.

Details